2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2002-01-17 Matthias Clasen <matthiasc@poet.de>
- * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+ * gtk/gtkinputdialog.c,
+ gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
Mark children as composite. (#66360)
* gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
GList *tmp_list;
GList *device_info;
+ gtk_widget_push_composite_child ();
+
device_info = gdk_devices_list ();
/* shell and main vbox */
gtk_widget_grab_default (inputd->close_button);
gtk_widget_show (vbox);
+
+ gtk_widget_pop_composite_child ();
}